home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / DataLo~1.cab / _A6491D9593824DF487AF6856C9156373 < prev    next >
Encoding:
Text File  |  2004-08-11  |  424 b   |  27 lines

  1.  
  2. !Include("..\\..\\menu\\uidef\\UILogicVis.def")
  3.  
  4. UIElem("ID_INFO_TITLE")
  5. {
  6.     Default()
  7.     {
  8.         Text("&#CurrSelectedPart.m_sID#_NAME&")
  9.     }
  10. }
  11.  
  12. UIElem("ID_INFO")
  13. {
  14.     Default()
  15.     {
  16.         Text("&#CurrSelectedPart.m_sID#_DESCRIPTION&")
  17.     }
  18.  
  19.     OnCondition("CurrSelectedPart.m_iBuyPrice != 0")
  20.     {
  21.         Text("&#CurrSelectedPart.m_sID#_DESCRIPTION&
  22.  
  23. &PART_Price&: #%0CurrSelectedPart.m_iBuyPrice#&MenuCashPostfix&")
  24.     }
  25. }
  26.  
  27.